home *** CD-ROM | disk | FTP | other *** search
/ TPUG - Toronto PET Users Group / TPUG Users Group CD / TPUG Users Group CD.iso / AMIGA / (A)TB / (A)TBA.ADF / Utilities / Quick. / start1 < prev   
Text File  |  1988-04-05  |  855b  |  24 lines

  1. assign c: df3:c                  ;never enough room for the c directory
  2. path add df0:c
  3. newcli con:0/0/10/10/ from df3:v ;v is a batch file for virusx
  4. mount vd0:
  5. if exists vd0:c                  ;greedy huh !
  6.  echo VD0 c  AREADY EXISTS
  7. else
  8.  if exists df2:c                 ;sometimes I don't need any file that
  9.  makedir vd0:c                   ;resides on df2: so clicking on cancel
  10.  copy df2:c all vd0:c            ;will skip the rest.
  11. else
  12.  echo NO DISK IN DF2 PLEASE INSERT AND REBOOT
  13. endif
  14. endif
  15. PATH ADD VD0:C                   ;the last tie in then df2: is free
  16. newcli con:0/0/10/10/ from z     ;z = popcli a must for the likes of me.
  17. echo " "
  18. echo -!2
  19. echo -ttttiu BLANK BLANK'S WORKBENCH
  20. assign smartdisk: sys:
  21. newcli con:0/0/50/25/Lazy        ;I'm not much for clickin on icons
  22. LoadWb                           ;but I remember how.
  23. endcli > nil:
  24.